STEP 1: Notice that we got you started with a set_stage function. Let's call it in our main function!
- In LOGIC, go to and drag in Main Function underneath where it says MAIN FUNCTION.
- Then, drag Function Call Into Variables inside your main function.
- Change my_function() to set_stage() so that we create the graphics for our program.
To navigate the page using the TAB key, first press ESC to exit the code editor.